home *** CD-ROM | disk | FTP | other *** search
/ Font Garden / Font Garden (Walnut Creek) (October 1995) (1995).iso / pc / _bbs / opus / all.bat next >
Encoding:
DOS Batch File  |  1995-02-24  |  263 b   |  15 lines

  1. set cdrom=n:
  2.  
  3. REM  I set this globally, in ..\all.bat
  4. REM  To run this one batch file, change it here also.
  5. if .%in_type% == . goto not_set
  6. goto set
  7. :not_set
  8. echo in_type not set
  9. goto end
  10. :set
  11.  
  12. %cdrom%\_bbs\each_dir 1    \_bbs\dirs.txt   doit
  13.  
  14. :end
  15.